home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 259 / IND_GIANT.BIN / Xtras / ScriptOMatic Lite.Dxr / 00017_Field_FormatterOutput.txt < prev    next >
Text File  |  1997-04-30  |  244b  |  12 lines

  1. -- This feature not available in ScriptOMatic Lite Xtra
  2. global gVariable
  3. property pVariable
  4.  
  5. on new me
  6.   return me
  7. end new
  8.  
  9. on handlerOne argumentOne, argumentTwo
  10.   do nothing
  11.   set exampleLocal = ["text", "moretext"]
  12. end handlerOne